From: Herbert Xu Date: Wed, 22 Apr 2015 05:25:53 +0000 (+0800) Subject: crypto: api - Include linux/fips.h X-Git-Tag: archive/raspbian/4.9.13-1+rpi1~10^2~4320^2~248 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=3133d76fc60bce6f3e00efb6c3540f2f449ff569;p=linux-4.9.git crypto: api - Include linux/fips.h All users of fips_enabled should include linux/fips.h directly instead of getting it through internal.h. Signed-off-by: Herbert Xu --- diff --git a/crypto/algapi.c b/crypto/algapi.c index f835f439bb23..c63836f4ff64 100644 --- a/crypto/algapi.c +++ b/crypto/algapi.c @@ -12,6 +12,7 @@ #include #include +#include #include #include #include